public class AC_CombiProb extends AcceptanceStrategy
helper, negotiationSession, offeringStrategy| Constructor and Description |
|---|
AC_CombiProb()
Empty constructor for the BOA framework.
|
AC_CombiProb(NegotiationSession negoSession,
OfferingStrategy strat,
double t) |
| Modifier and Type | Method and Description |
|---|---|
Actions |
determineAcceptability()
Determines to either to either accept or reject the opponent's bid
or even quit the negotiation.
|
void |
init(NegotiationSession negoSession,
OfferingStrategy strat,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Standard initialize method to be called after using the empty constructor.
|
java.lang.String |
printParameters() |
isMAC, setOpponentUtilitySpacepublic AC_CombiProb()
public AC_CombiProb(NegotiationSession negoSession, OfferingStrategy strat, double t)
public void init(NegotiationSession negoSession, OfferingStrategy strat, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
AcceptanceStrategyinit in class AcceptanceStrategynegoSession - state of the negotiation.strat - of the agent.parameters - of the acceptance strategy.java.lang.Exception - thrown when initializing the acceptance strategy fails.public java.lang.String printParameters()
printParameters in class AcceptanceStrategypublic Actions determineAcceptability()
AcceptanceStrategydetermineAcceptability in class AcceptanceStrategy